ostree.git
2017-05-17 Colin Walterslib/upgrader: Port to new code style
2017-05-16 Colin Walterslib: Add "open dfd iter handling noent" helper, port...
2017-05-16 Colin Walterstree-wide: Add a few missing O_CLOEXEC
2017-05-16 Colin WaltersSwitch to using a systemd generator for /var
2017-05-16 Colin Waltersswitchroot/remount: Check mount status before remountin...
2017-05-16 Colin Waltersswitchroot/remount: Trim set of remounted filesystems
2017-05-16 Colin Walterslib/repo: Fix double close()
2017-05-16 Colin Walterslib/remote: Box OstreeRemote if experimental-api
2017-05-15 Colin Waltersremount: Drop support for auto-tmpfs-on-var; use system...
2017-05-12 Jonathan Lebonlibglnx: bump and use new helper methods
2017-05-12 Jonathan Lebontests/ci-commitmessage-submodules.sh: fix for RHCI
2017-05-12 Colin Walterslib/checkout: Fix regression in subpath for regular...
2017-05-11 Colin Walterstree-wide: Switch tabs ⭾ in various files over to spaces ␠
2017-05-11 Colin Walterscheckout: Plug a memleak of the state stringbuf
2017-05-11 Colin Walterslib/repo: Port more of GPG and summary functions to...
2017-05-11 Colin Waltersrepo: Fix double close() in summary generation
2017-05-11 Colin Walterslib/checkout: Optimize checkout by avoiding OstreeRepoF...
2017-05-11 Colin Walterslib/checkout: Move special case for subpath of file...
2017-05-11 Colin Walterslib/prune: Complete porting to new code style
2017-05-10 Colin Walterscheckout/commit: Use glnx_regfile_copy_bytes() if possible
2017-05-10 Colin Walterssysroot: More porting to new code style
2017-05-09 Colin Waltersdiff: Port some to new code style
2017-05-09 Colin Waltersci: Move travis scripts from tests/ → ci/
2017-05-09 Colin Waltersci: More flatpak ci fixes
2017-05-09 Colin Waltersci: Extend FAH rootfs for installed tests
2017-05-09 Colin Walterstests: Migrate test-pull-many.sh to installed on FAH
2017-05-09 Colin Walterstests: For installed, s/test-/itest-/ to avoid in-tree...
2017-05-09 Colin Waltersfsck: Check for refs missing corresponding commit
2017-05-09 Colin Waltersutils/checksum: Port to new code style
2017-05-08 Philip Withnallbuild: Add -C arguments to some git invocations
2017-05-08 Philip Withnalllibostree: Make OstreeRemote a public and internal API
2017-05-08 Philip Withnalllibostree: Expose $OSTREE_FEATURES in the pkg-config...
2017-05-08 Philip Withnallbuild: Add --enable-experimental-api configure option...
2017-05-08 Colin WaltersAdd --enable-installed-tests=exclusive, fix installed...
2017-05-08 Dan Nicholsontests: Look for trivial-httpd in $libexecdir
2017-05-08 Dan Nicholsontests: Install libtest-core.sh with installed tests
2017-05-08 Philip Withnalltests: Fix regex escaping in test-summary-view.sh
2017-05-08 Dan Nicholsonpull: Allow additional HTTP headers for summary fetch
2017-05-08 Dan Nicholsoncommit: Mark ostree_repo_transaction_set_ref* checksums...
2017-05-08 Philip Withnalltests: Add a test for `ostree summary --view`
2017-05-08 Philip Withnallostree: Use #defines for well-known metadata key names
2017-05-08 Philip Withnallostree: Improve formatting for well-known summary metad...
2017-05-08 Philip Withnallostree: Add --view mode to `ostree summary`
2017-05-08 Philip Withnalllibostree: Document endianness of GVariant metadata...
2017-05-08 Philip Withnalllibostree: Add some additional metadata to the summary...
2017-05-05 Sjoerd Simonsrepo/commit: Fix memory leak
2017-05-05 Colin Walterstree-wide: Convert to using autoptr(GString) vs g_strin...
2017-05-05 Philip Withnalllibostree: Ensure progress keys are all always set
2017-05-05 Philip Withnalllibostree: Fix potential use of uninitialised memory...
2017-05-03 Dan Nicholsonpull: Fix crash specifying override URL in summary...
2017-05-03 Philip Withnalllibostree: Add missing checks for invalid timestamps
2017-05-03 Philip Withnalllibostree: Fix a typo in docs for ostree_repo_pull_with...
2017-05-01 Colin Waltersrepo: Delete the last use of GFile tmp_dir
2017-05-01 Colin Walterscheckout: Dedup calls to memcache ref
2017-05-01 Colin Waltersci: Fix flatpak test pkg install
2017-04-29 Philip Withnalllibostree: Get and set OstreeAsyncProgress:status atomi...
2017-04-29 Philip Withnalllibostree: Allow OstreeAsyncProgress:status to be set...
2017-04-29 Philip Withnallsrc: Port to new OstreeAsyncProgress atomic API
2017-04-29 Philip Withnalllibostree: Add multiple getter/setter support to Ostree...
2017-04-29 Philip Withnalllibostree: Rework OstreeAsyncProgress to use GVariants...
2017-04-28 Colin Waltersci: Add a context for testing flatpak
2017-04-27 Colin Walterslib/checkout: Use TEMP_FAILURE_RETRY()
2017-04-27 Philip Withnalltests: Ignore some standard automake check output files
2017-04-27 Philip Withnallostree: Use G_OPTION_ARG_FILENAME where appropriate
2017-04-27 Colin Walterssepolicy: Cache the value of is_selinux_enabled() to...
2017-04-27 Colin Walterslib/sepolicy: Convert to new code style
2017-04-26 Colin Waltersrepo: Fix incorrect use of errno() error throwing
2017-04-26 Krzesimir Nowakapidoc: Add missing enums to sections file
2017-04-25 Colin Waltersrepo: More porting to new style
2017-04-25 Colin Waltersrepo: Port object listing func to use libglnx more...
2017-04-25 Colin Walterscheckout: Add SELinux labeling for checkout, use in...
2017-04-25 Colin Walterstests/installed: New installed, privileged tests using...
2017-04-25 Colin Walterstests: Factor out a libtest-core.sh
2017-04-25 Colin Walterscheckout: Merge union/add logic for copies during checkout
2017-04-25 Colin Waltersrepo/checkout: Cache lookups of dirmeta objects
2017-04-25 Colin Waltersrepo: Drop unused cache variables leftover from pack...
2017-04-25 Colin Walterslib/util: Delete some leftover pre-libglnx directory...
2017-04-24 Colin WaltersRename "osname" → "stateroot"
2017-04-24 Colin Walterslib/core: Complete conversion to new code style
2017-04-24 Colin Waltersrepo: Add a "force copy" flag to checkout
2017-04-24 Colin Walterslib/cleanup: Port some of the cleanup code to fd-relati...
2017-04-20 Colin Waltersrepo/checkout: Finish conversion to new code style
2017-04-19 Francesco Giannelliswitchroot: Document a bit more, add demo shell impleme...
2017-04-19 Colin Waltersrepo: Optimize bare-user content object reads a bit
2017-04-19 Colin Walterscmdline: Start conversion to new code style
2017-04-19 Colin Walterssysroot: Continue conversion of some simpler functions...
2017-04-19 Colin Walterslib/boot: Convert bootconfig parser to new code style
2017-04-18 Colin WaltersBump release for 2017.5
2017-04-18 Colin Walterscheckout: Fix bare-user symlink checkouts
2017-04-12 Colin Walterspull: Support deltas for explicit commits
2017-04-12 Colin WaltersRelease 2017.4
2017-04-12 Colin Walterscheckout: Provide useful error with checkout -H and...
2017-04-12 Colin WaltersFix a few gtk-doc warnings
2017-04-12 Colin Walterscurl: Enable pipelining for HTTP/2
2017-04-11 Colin Walterssysroot/deploy: More code style conversion
2017-04-05 Colin Walterssoup: Hold a ref to the pending URI during completion...
2017-04-05 Colin Waltersrepo/core: Convert some functions to new code style
2017-04-04 Colin Walterscore: Fix default value of disable_xattrs
2017-04-04 Colin Waltersci: Add a check that submodule changes include "Update...
2017-04-04 Colin WaltersAdd flag to make SELinux label failure fatal, add hack...
next